object CDCopierForm: TCDCopierForm Left = 283 Top = 142 Width = 449 Height = 212 Caption = 'CD Copier' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 329 Height = 80 Caption = 'Copy from' TabOrder = 0 object Image1: TImage Left = 8 Top = 16 Width = 32 Height = 31 AutoSize = True Picture.Data = {} Transparent = True end object Label2: TLabel Left = 8 Top = 48 Width = 63 Height = 21 AutoSize = False Caption = 'Read Speed:' Layout = tlCenter end object ComboBox1: TComboBox Left = 74 Top = 16 Width = 247 Height = 21 ItemHeight = 13 TabOrder = 0 end object ComboBox4: TComboBox Left = 74 Top = 48 Width = 81 Height = 21 ItemHeight = 13 TabOrder = 1 end end object GroupBox2: TGroupBox Left = 8 Top = 96 Width = 329 Height = 80 Caption = 'Record to' TabOrder = 1 object Image2: TImage Left = 8 Top = 16 Width = 32 Height = 31 AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 8 Top = 48 Width = 63 Height = 21 AutoSize = False Caption = 'Write Speed:' Layout = tlCenter end object ComboBox2: TComboBox Left = 74 Top = 16 Width = 247 Height = 21 ItemHeight = 13 TabOrder = 0 end object ComboBox3: TComboBox Left = 74 Top = 48 Width = 81 Height = 21 ItemHeight = 13 TabOrder = 1 end end object BitBtn1: TBitBtn Left = 344 Top = 152 Width = 89 Height = 25 Caption = '&Copy' TabOrder = 2 end object CheckBox1: TCheckBox Left = 344 Top = 16 Width = 89 Height = 17 Caption = 'Test mode' TabOrder = 3 end end